You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
MtxExpr Class
>
MtxExpr Methods
>
Mul Method
>
MtxExpr.Mul Method ([In] TMtx, [In] TMtx, TMtxOperation, TMtxOperation)
Dew Math for .NET
MtxExpr.Mul Method ([In] TMtx, [In] TMtx, TMtxOperation, TMtxOperation)
MtxExpr Class
MtxExpr Members
Dew.Math.Units Namespace
Mul Method
Collapse All
Returns the matrix product of two matrices.
Syntax
C#
Visual Basic
public
static
Matrix
Mul
([In]
TMtx
Mtx1
, [In]
TMtx
Mtx2
,
TMtxOperation
Operation1
,
TMtxOperation
Operation2
);
Public
static
Function
Mul
(
Mtx1
As
[In]
TMtx
,
Mtx2
As
[In]
TMtx
,
Operation1
As
TMtxOperation
,
Operation2
As
TMtxOperation
= TMtxOperation.opNone)
As
Matrix
Remarks
Internally calls
Matrix.Mul
Group
Mul Method
Links
MtxExpr Class
,
MtxExpr Members
,
Dew.Math.Units Namespace
,
Mul Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!